Skip to content

Enable conditional formatting of timestamp. #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2022
Merged

Enable conditional formatting of timestamp. #28

merged 1 commit into from
Jun 23, 2022

Conversation

aentinger
Copy link
Contributor

This fixes #5.

@aentinger aentinger added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Jun 23, 2022
@aentinger aentinger self-assigned this Jun 23, 2022
@github-actions
Copy link

Memory usage change @ c091e41

Board flash % RAM for global variables %
arduino:avr:leonardo 🔺 +248 - +250 +0.86 - +0.87 🔺 +25 - +25 +0.98 - +0.98
arduino:avr:mega 🔺 +252 - +254 +0.1 - +0.1 🔺 +27 - +27 +0.33 - +0.33
arduino:avr:nano 🔺 +252 - +254 +0.82 - +0.83 🔺 +27 - +27 +1.32 - +1.32
arduino:mbed_nano:nano33ble 🔺 +152 - +152 +0.02 - +0.02 0 - 0 0.0 - 0.0
arduino:mbed_nano:nanorp2040connect 🔺 +104 - +104 0.0 - 0.0 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m4 🔺 +96 - +96 +0.01 - +0.01 0 - 0 0.0 - 0.0
arduino:mbed_portenta:envie_m7 🔺 +96 - +96 +0.01 - +0.01 0 - 0 0.0 - 0.0
arduino:megaavr:nona4809 🔺 +143 - +145 +0.29 - +0.3 🔺 +1 - +1 +0.02 - +0.02
arduino:sam:arduino_due_x_dbg 🔺 +104 - +104 +0.02 - +0.02 N/A N/A
arduino:samd:mkrzero 🔺 +136 - +136 +0.05 - +0.05 0 - 0 0.0 - 0.0
Click for full report table
Board examples/Arduino_Debug_Basic
flash
% examples/Arduino_Debug_Basic
RAM for global variables
% examples/Arduino_Debug_Advance
flash
% examples/Arduino_Debug_Advance
RAM for global variables
%
arduino:avr:leonardo 248 0.86 25 0.98 250 0.87 25 0.98
arduino:avr:mega 254 0.1 27 0.33 252 0.1 27 0.33
arduino:avr:nano 254 0.83 27 1.32 252 0.82 27 1.32
arduino:mbed_nano:nano33ble 152 0.02 0 0.0
arduino:mbed_nano:nanorp2040connect 104 0.0 0 0.0
arduino:mbed_portenta:envie_m4 96 0.01 0 0.0
arduino:mbed_portenta:envie_m7 96 0.01 0 0.0
arduino:megaavr:nona4809 145 0.3 1 0.02 143 0.29 1 0.02
arduino:sam:arduino_due_x_dbg 104 0.02 N/A N/A
arduino:samd:mkrzero 136 0.05 0 0.0
Click for full report CSV
Board,examples/Arduino_Debug_Basic<br>flash,%,examples/Arduino_Debug_Basic<br>RAM for global variables,%,examples/Arduino_Debug_Advance<br>flash,%,examples/Arduino_Debug_Advance<br>RAM for global variables,%
arduino:avr:leonardo,248,0.86,25,0.98,250,0.87,25,0.98
arduino:avr:mega,254,0.1,27,0.33,252,0.1,27,0.33
arduino:avr:nano,254,0.83,27,1.32,252,0.82,27,1.32
arduino:mbed_nano:nano33ble,152,0.02,0,0.0,,,,
arduino:mbed_nano:nanorp2040connect,104,0.0,0,0.0,,,,
arduino:mbed_portenta:envie_m4,96,0.01,0,0.0,,,,
arduino:mbed_portenta:envie_m7,96,0.01,0,0.0,,,,
arduino:megaavr:nona4809,145,0.3,1,0.02,143,0.29,1,0.02
arduino:sam:arduino_due_x_dbg,104,0.02,N/A,N/A,,,,
arduino:samd:mkrzero,136,0.05,0,0.0,,,,

@aentinger aentinger merged commit 901abd1 into master Jun 23, 2022
@aentinger aentinger deleted the fix-5 branch June 23, 2022 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to format timestamp as [ HH:MM:SS.MMM ]
1 participant